home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _C9132A9734D745DCAFBAF79F776B47BD < prev    next >
Encoding:
Text File  |  2004-07-19  |  445 b   |  28 lines

  1. !Include("CarSetupOptions.def")
  2.  
  3. Option("&SETUPCAR_front& ")
  4. {
  5.     SetParam("m_nPowerBalance", "0")
  6.     Description("&SETUPCAR_powerbalance&")
  7.     Icon( "Drive_1" )
  8.  
  9. }
  10.  
  11. Option("50-50 ")
  12. {
  13.     Default()
  14.     SetParam("m_nPowerBalance", "5")
  15.     Description("&SETUPCAR_powerbalance&")
  16.     Icon( "Drive_6" )
  17.  
  18. }
  19.  
  20. Option("&SETUPCAR_rear& ")
  21. {
  22.     SetParam("m_nPowerBalance", "10")
  23.     Description("&SETUPCAR_powerbalance&")
  24.     Icon( "Drive_11" )
  25.  
  26. }
  27.  
  28.